DicomObjects.NET.V8
DicomObjects Namespace / DicomLabelCollection Class / Remove Method / Remove(IEnumerable<DicomLabel>) Method
Items to remove



In This Topic
    Remove(IEnumerable<DicomLabel>) Method
    In This Topic
    Remove a list of DicomLabel objects
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal Items As IEnumerable(Of DicomLabel) _
    ) 
    'Usage
     
    Dim instance As DicomLabelCollection
    Dim Items As IEnumerable(Of DicomLabel)
     
    instance.Remove(Items)
    public void Remove( 
       IEnumerable<DicomLabel> Items
    )
    public:
    void Remove( 
       IEnumerable<DicomLabel^>^ Items
    ) 

    Parameters

    Items
    Items to remove
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also